From: Richard M. Stallman Date: Wed, 5 May 1993 18:12:04 +0000 (+0000) Subject: (blink-matching-paren-distance): Change default to 12,000. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96391 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3731572535613aafbd32e4e2abb9f9ca61afe344;p=emacs.git (blink-matching-paren-distance): Change default to 12,000. --- diff --git a/lisp/simple.el b/lisp/simple.el index eca0b9817ac..a991481995d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1986,9 +1986,8 @@ in the mode line." (defvar blink-matching-paren t "*Non-nil means show matching open-paren when close-paren is inserted.") -(defconst blink-matching-paren-distance 4000 - "*If non-nil, is maximum distance to search for matching open-paren -when close-paren is inserted.") +(defconst blink-matching-paren-distance 12000 + "*If non-nil, is maximum distance to search for matching open-paren.") (defun blink-matching-open () "Move cursor momentarily to the beginning of the sexp before point."